release 0.1.10
authorØyvind Kolås <pippin@gimp.org>
Mon, 2 Apr 2012 21:35:06 +0000 (22:35 +0100)
committerØyvind Kolås <pippin@gimp.org>
Mon, 2 Apr 2012 21:35:06 +0000 (22:35 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 506c2f16d017f7630d7231bffbb90bf15a3e0c31..a123cc3de49bfe36b27be7218e2223aa34eda272 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,9 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
-
+2012-03-30 babl-0.1.8                                               </dt><dd>
+LUT based speedups for gamma correction / uncorrection.
+                                                                    </dd><dt>
 2012-03-30 babl-0.1.8                                               </dt><dd>
 Added support for indexed/pallette based formats, constified API.
                                                                     </dd><dt>
index 09b9a9d069304a46784afecce75bcf14e55c8e21..26b02dabd2247a8aefb641422d8781085af3f3bf 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [9])
+m4_define([babl_micro_version], [10])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])